home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Freeware / Sciral Consistency 1.1 / sciral_consistency.exe / consistency.chm / content / sty / custom_style.css next >
Encoding:
Cascading Style Sheet File  |  2007-10-24  |  1.8 KB  |  108 lines

  1.  /* IP CSS Custom Style 1.1 */
  2.  /* <html><head><meta name="robots" content="noindex"></head></html> */
  3. body {
  4.     background-color: white;
  5.     margin-right: 18px;
  6.     margin-left: 18px
  7.     }
  8.  
  9. p          { 
  10.     color: black; 
  11.     font-weight: normal; 
  12.     font-size: 9pt; 
  13.     line-height: 12pt; 
  14.     font-family: "Lucida Grande", Helvetica, Arial; 
  15.     text-decoration: none }
  16. h1              {
  17.     color: black;
  18.     font-size: 12pt;
  19.     font-family: "Lucida Grande", Helvetica, Arial;
  20.     margin-top: 53px;
  21.     padding-bottom: 4px
  22.     }
  23.  
  24.  
  25. h2       {
  26.     color: black;
  27.     font-size: 9pt;
  28.     font-family: "Lucida Grande", Helvetica, Arial;
  29.     margin-bottom: -6px
  30.     }
  31. h4  {
  32.     font-weight: 200;
  33.     font-size: 9pt;
  34.     line-height: 12pt;
  35.     font-family: "Lucida Grande", Helvetica, Arial;
  36.     margin-bottom: -8px
  37.     }
  38.  
  39. td         {
  40.     font-size: 9pt;
  41.     line-height: 12pt;
  42.     font-family: "Lucida Grande", Helvetica, Arial;
  43.     text-decoration: none
  44.     }
  45.  
  46. a      { 
  47.     color: blue; 
  48.     font-size: 9pt; 
  49.     line-height: 11pt; 
  50.     font-family: "Lucida Grande", Helvetica, Arial;
  51.     text-decoration: none }
  52. ol {
  53.     list-style-type: decimal;
  54.     list-style-position: inside;
  55.     padding-left: 24px
  56.     }
  57.  
  58. ul    {
  59.     list-style-type: square;
  60.     list-style-position: inside;
  61.     padding-left: 24px
  62.     }
  63. ul p   {
  64.     margin-top: 6px;
  65.     margin-bottom: 6px
  66.     }
  67.  
  68. li     {
  69.     font-size: 9pt;
  70.     line-height: 11pt;
  71.     font-family: "Lucida Grande", Helvetica, Arial;
  72.     list-style-position: outside;
  73.     margin-top: 6px;
  74.     margin-left: -8px
  75.     }
  76.  
  77. a:hover { 
  78.     text-decoration: underline }
  79. .alpha {
  80.     list-style-type: upper-alpha
  81.     }
  82.  
  83. .xhead { 
  84.     background-color: #d3d3d3; 
  85.     border: solid 1px gray }
  86.  
  87. .rule { 
  88.     border-bottom: 1px solid gray }
  89. .orange   {
  90.     color: #ff4500
  91.     }
  92. .icon {
  93.     margin-top: 10px
  94.     }
  95. #caticon {
  96.     background-color: #fff;
  97.     float: left;
  98.     padding-top: 30px;
  99.     padding-bottom: -8px
  100.     }
  101. #pagetitle {
  102.     background-color: #fff;
  103.     margin-left: 44px;
  104.     padding-top: 34px;
  105.     padding-bottom: -8px;
  106.     width: 88%
  107.     }
  108.